home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / gusutils.zip / GUSBOOT.BAT < prev    next >
DOS Batch File  |  1994-02-08  |  2KB  |  35 lines

  1. rem (*************************************************************************)
  2. rem (*                                                                       *)
  3. rem (* NOTICE OF COPYRIGHT AND OWNERSHIP OF SOFTWARE:                        *)
  4. rem (*                                                                       *)
  5. rem (* Copyright (C) 1993, 1994 by MESS Computer Services.                   *)
  6. rem (* Portions Copyright (C) 1993, 1994 by TBP Electronics Ltd.             *)
  7. rem (* All rights reserved.                                                  *)
  8. rem (*                                                                       *)
  9. rem (*************************************************************************)
  10. rem (* MESS Computer Services V.O.F.       MM   MM  EEEEEE   SSSSS   SSSSS   *)
  11. rem (* Jadestraat 54                       M M M M  E       S       S        *)
  12. rem (* 4817 JK  Breda                      M  M  M  EEEE     SSSS    SSSS    *)
  13. rem (* The Netherlands                     M     M  E            S       S   *)
  14. rem (*                                     M     M  EEEEEE  SSSSS   SSSSS    *)
  15. rem (* Tel: +31-76 22 34 31                                                  *)
  16. rem (* Fax: +31-76 20 46 23              Many Efforts for Structured Systems *)
  17. rem (* Email: appel@stack.urc.tue.nl                                         *)
  18. rem (*************************************************************************)
  19.  
  20. rem just a little batch file to show how guswav can be used
  21. rem
  22. rem this batch file plays a song and flushes the cache and
  23. rem finaly reboots the computer. while rebooting the music
  24. rem continues to play (if song is long enof).
  25.  
  26. guswav clear init hell.wav
  27. echo Flushing Cache
  28. rem    remove rem on one of the following lines, if needed
  29. rem smartdrv /c >nul
  30. rem ncache /dump > nul
  31. rem adcache -f > nul
  32. rem pc-cache /flush > nul
  33. echo Rebooting
  34. %ultradir%\reboot
  35.